CreateGradientFill(Double,GradientStop[]) Method
Creates the linear gradient fill.
'Declaration
Public Overloads Function CreateGradientFill( _
ByVal As Double, _
ByVal () As GradientStop _
) As Fill
'Usage
Dim instance As Styles
Dim degree As Double
Dim gradientStops() As GradientStop
Dim value As Fill
value = instance.CreateGradientFill(degree, gradientStops)
Parameters
- degree
- A System.Double value indicates the angle of the linear gradient.
- gradientStops
- A GradientStop array indicates the gradient stops.
Return Value
A
Fill value represents the created gradient fill.